home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 3.iso / dist / fw_squid.idb / usr / freeware / squid / doc / HTTP-codes.txt.z / HTTP-codes.txt
Text File  |  2000-04-13  |  1KB  |  51 lines

  1. Caching  Code
  2.     Successful 2xx
  3. c        200 OK
  4.          201 Created
  5.          202 Accepted
  6. c        203 Non-Authoriative Information *
  7. E        204 No Content
  8.          205 Reset Content *
  9.          206 Partial Content *
  10.     Redirection 3xx
  11. C        300 Multiple Choices
  12. C        301 Moved Permanently
  13. t        302 Moved Temporarily
  14. -        303 See Other *
  15. -        304 Not Modified
  16. E        305 Use Proxy (proxy redirect) *
  17.         Client Error 4xx
  18. E        400 Bad Request
  19. -        401 Unauthorized
  20.          402 Payment Required *
  21. E        403 Forbidden
  22. E        404 Not Found
  23. E        405 Method Not Allowed *
  24.          406 Not Acceptable *
  25. -        407 Proxy Authentication Required *
  26.          408 Request Timeout *
  27.          409 Confict *
  28. C        410 Gone *
  29.          411 Length Required *
  30.          412 Precondition Failed *
  31.          413 Request Entity To Large *
  32. E        414 Request-URI Too Long *
  33.          415 Unsupported Media Type
  34.         Server Error 5xx
  35. E        500 Internal Server Error
  36. E        501 Not Implemented
  37. E        502 Bad Gateway
  38. E        503 Service Unavailable
  39. E        504 Gateway Timeout *
  40.          505 HTTP Version Not Supported *
  41.  
  42. Notes:
  43. * HTTP 1.1
  44. c Cached unless a query response without expiry information
  45. C Cached
  46. E Negatively cached if no expiry headers
  47. t Cached only if expiry information
  48. - Not cached
  49.  
  50. Unless other said, the response code is not cached.
  51.